object FloatingForm: TFloatingForm Left = 239 Top = 99 BorderIcons = [biSystemMenu] BorderStyle = bsNone Caption = 'Floating' ClientHeight = 56 ClientWidth = 118 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Visible = True OnCreate = FormCreate TextHeight = 13 object CaptionPanel: TPanel Left = 0 Top = 0 Width = 118 Height = 17 Align = alTop BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Floater' Color = clActiveCaption TabOrder = 1 OnMouseDown = CaptionPanelMouseDown OnMouseMove = CaptionPanelMouseMove end object ButtonPanel: TPanel Left = 0 Top = 17 Width = 118 Height = 39 Align = alClient BevelInner = bvLowered BorderWidth = 1 BorderStyle = bsSingle TabOrder = 0 object SpeedButton1: TSpeedButton Left = 10 Top = 6 Width = 25 Height = 25 end object SpeedButton2: TSpeedButton Left = 34 Top = 6 Width = 25 Height = 25 end object SpeedButton3: TSpeedButton Left = 58 Top = 6 Width = 25 Height = 25 end object SpeedButton4: TSpeedButton Left = 82 Top = 6 Width = 25 Height = 25 end end end